Auto merge of #1477 - alexcrichton:issue-1474, r=huonw
authorbors <bors@rust-lang.org>
Tue, 7 Apr 2015 07:45:42 +0000 (07:45 +0000)
committerbors <bors@rust-lang.org>
Tue, 7 Apr 2015 07:45:42 +0000 (07:45 +0000)
commitc3259e09a0fe9aba8c9036befbe6b92386f06c91
tree6b00e77169d387251ae722dd3f56187474800889
parent3499c8ec8eb8ce65ec5bd78ecd8bbc610906d017
parent17ffbf8bde5acb6e7af6a8112e241f9c252f41e2
Auto merge of #1477 - alexcrichton:issue-1474, r=huonw

Previously the "add immediate deps" logic bailed out too soon and didn't pick up
all dev-dependencies.

Closes #1474
src/cargo/ops/cargo_rustc/mod.rs
tests/test_cargo_test.rs